home *** CD-ROM | disk | FTP | other *** search
/ New Perspectives on Computer Concepts / New Perspectives on Computer Concepts.iso / np2010c / t1140.swf / scripts / frame_9 / DoAction.as
Text File  |  2006-02-28  |  141b  |  9 lines

  1. stopAllSounds();
  2. voiceover.attachSound("01");
  3. voiceover.start();
  4. voiceover.onSoundComplete = function()
  5. {
  6.    nextFrame();
  7. };
  8. stop();
  9.